home *** CD-ROM | disk | FTP | other *** search
- // $FF: renamed from: h
- public class class_0 {
- // $FF: renamed from: a d
- public static d field_0;
- // $FF: renamed from: b int
- public int field_1;
- // $FF: renamed from: c int
- public int field_2;
- // $FF: renamed from: d int
- public int field_3;
- // $FF: renamed from: e byte
- public byte field_4;
-
- public class_0(int var1, int var2) {
- this.field_1 = var1 * field_0.x;
- this.field_2 = var2 * field_0.y;
- this.field_3 = 0;
- this.field_4 = 1;
- }
-
- // $FF: renamed from: a (d) void
- public static void method_0(d var0) {
- field_0 = var0;
- }
-
- // $FF: renamed from: a () void
- public void method_1() {
- if (this.field_4 == 1) {
- this.field_2 -= 3;
- this.field_3 += 3;
- if (this.field_3 >= 6) {
- this.field_4 = 6;
- }
- } else {
- this.field_2 += 3;
- this.field_3 -= 3;
- if (this.field_3 < 0) {
- field_0.a1.removeElement(this);
- }
- }
-
- }
- }
-